Release 10.1A: OpenEdge Development:
Progress 4GL Reference


COM-SELF system handle


(Windows only)

A component handle to the ActiveX object (ActiveX control or ActiveX automation object) that generated the event being handled by the currently executing ActiveX event procedure.

Note: Does not apply to SpeedScript programming.

Syntax

COM-SELF [ :OCX-property-reference | :OCX-method-reference ] 

OCX-property-reference | OCX-method-reference

A reference to a valid property or method associated with the ActiveX control.

Example

The following code fragment displays the name and position of the ActiveX control that generates a Click event:

PROCEDURE ANYWHERE.Click:
  MESSAGE "Clicked control" COM-SELF:Name "at X-position" COM-SELF:Left 
           "and Y-position" COM-SELF:Top VIEW-AS ALERT-BOX.
END PROCEDURE. 

Notes

See also

PROCEDURE statement, SAX-reader object handle


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095